From c72367afbe9d46fa939687fa4c813fe2a363e6ed Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Fri, 6 Oct 2017 14:52:00 +0100 Subject: [PATCH] examples: fix HVM config file example MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit To use the new 'type' option. Signed-off-by: Roger Pau Monné Acked-by: Ian Jackson --- tools/examples/xlexample.hvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/xlexample.hvm b/tools/examples/xlexample.hvm index 4b1ea629fb..df9fe07653 100644 --- a/tools/examples/xlexample.hvm +++ b/tools/examples/xlexample.hvm @@ -6,7 +6,7 @@ # HVM guest. For a more complete guide see xl.cfg(5) # This configures an HVM rather than PV guest -builder = "hvm" +type = "hvm" # Guest name name = "example.hvm" -- 2.30.2